HOME

This is the home page for this test case with flexdashboards.

Petal Width

Petal Width Count by Species

Petal Length

Petal Length Count by Species

Sample Data

Column

Number of samples per species


    setosa versicolor  virginica 
        50         50         50 

Column

Showing latex formulas

\(A + B = C\)


\(\frac{1}{C} = some value\)


\(\hat{Y} = \beta_0 + \beta_1X_1 + \beta_2X_2\)

Section showing a code block

a <- 2 + 2

b <- function(x){
  print(x^2)
}

b(a)

rm(a, b) # clean memory